home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TPASSFORM / TPASSFORM.txt
Text File  |  2004-10-13  |  1KB  |  66 lines

  1. object Passform: TPassform
  2.   Left = 552
  3.   Top = 649
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Required'
  7.   ClientHeight = 129
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Infolabel: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 272
  24.     Height = 13
  25.     Caption = 'A password is required in order to extract the following file:'
  26.   end
  27.   object Filelabel: TLabel
  28.     Left = 8
  29.     Top = 24
  30.     Width = 3
  31.     Height = 13
  32.   end
  33.   object Passedit: TLabeledEdit
  34.     Left = 8
  35.     Top = 64
  36.     Width = 273
  37.     Height = 21
  38.     EditLabel.Width = 76
  39.     EditLabel.Height = 13
  40.     EditLabel.Caption = 'Enter password:'
  41.     LabelPosition = lpAbove
  42.     LabelSpacing = 3
  43.     PasswordChar = '*'
  44.     TabOrder = 0
  45.   end
  46.   object Okbutton: TBitBtn
  47.     Left = 128
  48.     Top = 96
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object Cancelbutton: TBitBtn
  57.     Left = 208
  58.     Top = 96
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65. end
  66.